home *** CD-ROM | disk | FTP | other *** search
/ Laboratorio Interattivo Deagostini / laboratorio interattivo deagostini.bin / swf / 140.swf / scripts / DefineButton2_24 / BUTTONCONDACTION on(release).as
Text File  |  2002-12-30  |  114b  |  6 lines

  1. on(release){
  2.    _parent[_parent.scelta].gotoAndStop(1);
  3.    gotoAndStop(2);
  4.    _parent.scelta = this._name;
  5. }
  6.